home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06B / L06EXIT.dir / Internal_15_playagain.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  176 b   |  8 lines

  1. on mouseDown
  2.   if bounceButton(the clickOn) then
  3.     thePath = the moviePath
  4.     put "A" into char length(thePath) - 1 of thePath
  5.     go(1, thePath & "L06A1.dir")
  6.   end if
  7. end
  8.